home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5300 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.uh.edu!usenet
  2. From: Sensarn <txs53132@bayou.uh.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP -- PLEASE
  5. Date: 3 Feb 1996 14:50:21 GMT
  6. Organization: AEtna Insurance Agency
  7. Message-ID: <4evsnd$o10@masala.cc.uh.edu>
  8. NNTP-Posting-Host: sip-14280.public-dialups.uh.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
  13.  
  14. I'm working on a fairly small program in Borland Turbo C++ for DOS 
  15. (version 3.0).  Each time the program ends, it crashes.  In Windows, I 
  16. get a 'program violated system integrity' error.  After a while, TC++ 
  17. eventually doesn't even start -- I get an error saying memory manager 
  18. can't initialize.  I think this memory manager is EMM386 because in DOS, 
  19. I get error 12 in EMM386.  Does anyone know how to fix this problem?  I 
  20. debugged my program (thinking it was the program that was messed up) and 
  21. set a breakpoint on the line directly preceding the main() closing brace. 
  22. The program stopped fine.  When I pressed F7, I got the error.  What is 
  23. error 12 and how can I stop it from appearing?  Thanks.
  24.  
  25. Steven Sensarn - txs53132@bayou.uh.edu
  26.  
  27.